2015-02-06 -17065-Break Fix -EMEA POS GL Account Entry Negative Values Issue #ProductionBreakFix #ABAP #FIOutgoingpayments
2015-02-06 - 17065 - EMEA POS GL ACC Negative values
Problem Summary
EMEA POS-SAP integration failed due to program bug. Program mistakenly consider any amount less than 0.5 as negative amount and caused the related entry fails to post to SAP accounting.
Admin Info
Purpose
|
EMEA POS GL ACC - Negative Values
|
Requested by
|
Jinghsha Brennan
|
Issue Date
|
02-06-2015
|
Resolved by
|
Venkat
|
Resolved Date
|
02-06-2015
|
Document Status
|
Complete
|
Detailed Problem Description
(Include Screen Shots if required )
EMEA POS-SAP integration failed due to program bug. Program mistakenly consider any amount less than 0.5 as negative amount and caused the related entry fails to post to SAP accounting.
It was observed for the entries where amount is between -0.01 to -0.49 the conversion was failing. In the flat file the entries are entered with '-' sign. The program reads the entries removes the sign and inputs the entries with negative indicator. The system is not recognizing values between '0.01' to '0.49' as negative values , so the values are inputted with '-' sign which is causing the entry to fail.
Solution Analysis and Recommendations
(Include Screen Shots if required)
Modify the program to fix the issue with values between '-0.01' to '-0.49' by changing the datatype of the values.
Resolution
Modified the program to fix the issue with values between '-0.01' to '-0.49' by changing the datatype of the values.
Release Information
Provide link here to Release Notes if Technical Objects were changed